.wide {
    width: 1200px;
    margin: 0 auto;
}

.head_bg {
    background-color: rgb(22, 131, 1);
}

.head_box {
    padding: 30px 0;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100%;
    float: left;
    line-height: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}

.logo b {
    font-size: 40px;
    line-height: 80px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
}
.logo .content {
    display: inline-block;
}
.logo .content span {
    display: block !important;
    float: none;
    line-height: 40px;
}
.logo .content span:nth-child(2){
    font-weight: bold;
    font-size: 20px;
}

.logo span {
    font-size: 18px;
    float: left;
}

.search {
    float: right;
    display: none;
}

#searchVal {
    line-height: 30px;
    border: 2px solid #99cc33;
    float: left;
    padding-left: 10px;
    color: #cccccc;
}

#searchBtn {
    background-color: #99cc33;
    line-height: 30px;
    display: block;
    float: left;
    border: 2px solid #99cc33;
    padding: 0 10px;
    color: #FFFFFF;
}

.nav li {
    float: left;
    padding: 15px 40px;
    position: relative;
}

.navSecondary {
    position: absolute;
    left: 0;
    top: 51px;
    z-index: 99;
    display: none;
    padding-top: 10px;
    background-color: #FFFFFF;
}

.navSecondary>a {
    padding: 10px 0;
    display: block;
    width: 144px;
    text-align: center;
    background-color: #FFFFFF;
    color: #666666;
    font-size: 14px;
}

.nav li>a {
    display: block;
    color: #666666;
}

.nav li:hover>a {
    color: #FFFFFF;
}

.nav li:hover {
    background-color: #99cc33;
}

.nav li:hover .navSecondary {
    display: block;
}

.navSecondary>a:hover {
    background-color: #99cc33;
    color: #FFFFFF;
}

.box {
    height: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none !important;
}

.imgbox img {
    height: 600px;
    width: 100%;
}

.foot {
    background-color: #126e00;
    padding: 40px 0;
}

.footLeft {
    float: left;
}

.footLeft p,
.footLeft a {
    color: #FFFFFF;
}

.footLeft p {
    line-height: 30px;
    padding-left: 30px;
}

.footLeft a {
    padding-left: 30px;
}

.footRight {
    float: right;
    margin-right: 30px;
}

.footRight>div {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
}

.footRight>div img {
    width: 100%;
}

.productLeft {
    float: left;
    width: 254px;
}

.productLeftTitle {
    background-color: rgb(22, 131, 1);
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.productLeftTitle h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.productLeftTitle h2 {
    font-size: 18px;
}

.productLeft>ul {
    padding-bottom: 20px;
    border: 1px solid #126e00;
}

.productLeft>ul a {
    box-sizing: border-box;
    line-height: 56px;
    text-align: right;
    padding: 0 8px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    color: #313131;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.productLeft ul li:nth-child(1) a {
    justify-content: flex-start;
}
.productLeft ul li:nth-last-child(1) a {
    justify-content: flex-start;
}
.productLeft ul li:nth-last-child(2) a {
    justify-content: flex-start;
}
.productLeft ul li:nth-last-child(3) a {
    justify-content: flex-start;
}
.productLeft ul li:nth-last-child(4) a {
    justify-content: flex-start;
}

.productLeft>ul a:hover {
    background-color: #99cc33;
    color: #FFFFFF;
}

.productRight {
    float: right;
    width: 930px;
    margin-left: 16px;
}

.productRightBox li {
    float: left;
    width: 290px;
    margin: 15px 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #126e00;
}

.productRightBox1 li {
    margin: 5px 10px !important;
}

.productRightBox li a {
    display: block;
}

.rightBox {
    width: 290px;
    height: 218px;
    overflow: hidden;
}

.rightBox img {
    width: 100%;
}

.rightTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 218px;
    background-color: rgb(153, 204, 51, 0.7);
    padding-top: 100px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    display: none;
    box-sizing: border-box;
    border: 2px solid #6fa502;
}

.productRightBox>li:hover .rightTitle {
    display: block;
}

.rightTitle1 {
    font-size: 18px;
    color: #464646;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}


.col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}